/*reset.css用来存储清除浏览器的样式 ,后面添加了一部分通用样式*/
body, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input, textarea {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    padding: 0;
    margin: 0;
}
body {
    color: #000;
    font-family: 宋体,新宋体,sans-serif;
}

a {
  background-color: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  outline: none;
  text-decoration: none;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-only;
  cursor: pointer;
}

body,
html,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {

}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
/*because legend doesn't inherit in IE */
legend {
  color: #000;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
  *font-size: 100%;
  outline: none;
}
button {
  /*消除button的默认样式*/
  /*这种写法是对所有的button标签同时生效*/
  margin: 0px;
  padding: 0px;
  /*自定义边框*/
  border: 0px;
  /*消除默认点击蓝色边框效果*/
  outline: none;
  background: none;
}
/*select*/
select {
  /*复写Chrome和Firefox里面的边框*/
  border: 1px solid green;
  /*清除默认样式*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  /*background: url(../img/icon/icon_select.png) no-repeat scroll right center transparent;*/
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}
body {
  font-family: 微软雅黑;
}

/* ----- 公用样式 ----- */
/* 1000px容器 */
.layout_container {
  max-width: 1000px;
  width: 1000px;
  margin: 0 auto;
}
/* 布局容器 */
.layout_warpper {
  width: 100%;
  margin-top: 10px;
  display: flex;
  border: 1px solid rgb(31, 135, 232);
}
/* 布局容器圆角 */
.layout_warpper_radius {
  border-radius: 10px;
}
/* 布局容器不要边框 */
.layout_warpper_no_border {
  border: 0px;
}
/* 布局左边 */
.layout_left {
  width: 255px;
  margin-right: 12px;
}
/* 布局右边 */
.layout_right {
  flex: 1;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgb(31, 135, 232);
  box-sizing: border-box;
}
.layout_right_no_border {
  border: 0;
}
.layout_right_no_padding {
  padding: 0;
}

/* 布局左侧新闻动态 */
.layout_news {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgb(31, 135, 232);
}
.layout_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #1e50ae;
}
.layout_title span {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  padding: 15px;
  background: #1e50ae;
}
.layout_title a {
  font-size: 14px;
  line-height: 14px;
  color: #1e50ae;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
/* 横幅banner */
.banner_swiper {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.banner_swiper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.banner_swiper .swiper-slide img {
  width: 100%;
  min-height: 100%;
}
.swiper-button {
  display: block;
  width: 71px !important;
  height: 71px !important;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.1);
  background-size: 27px 44px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.swiper-button:hover {
  background: rgba(0, 0, 0, 0.6);
}